home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-25 | 312 b | 13 lines | [TEXT/EDIT] |
- max:
-
- Syntax: max ( A )
-
- Description:
-
- Max returns the maximum value(s) contained in the matrix A. If
- the argument is a vector, then the largest value is returned.
- If A is a MxN matrix, then a row-vector of N columns is
- returned containing the maximum value from each column of A.
-
- See Also: maxi, min, mini
-